tools: Update CFLAGS for qemu-xen to allow it to use new libraries
authorIan Campbell <ian.campbell@citrix.com>
Tue, 22 Sep 2015 14:16:05 +0000 (15:16 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 22 Jan 2016 12:24:22 +0000 (12:24 +0000)
commit5757c7067ee1cd0f520142e4f3aa86e8e5b010ba
tree01b67ebef8458b40d39745cc7233777f265880fd
parent0831774c8188584e2a48a7c8070d56ba744ca279
tools: Update CFLAGS for qemu-xen to allow it to use new libraries

This means adding -L for libxen{evtchn,gnttab,foreignmemory} so that
it can link them directly (rather than using the libxenctrl compat
layer exposed via -rpath-link). Also add -I for libxenforeignmemory.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/Makefile